I
I
IvanN7772021-04-08 13:25:58
Java
IvanN777, 2021-04-08 13:25:58

What to look at creating dependency?

You need to make dependency.
Didn't find anything in the search.
dependency should extend a class from another dependency
Is there any good material on how to write such (any maven) dependencies?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan, 2021-04-08
@IvanN777

Good afternoon!
Your question is not very clear.
Do I understand correctly that you have created your own application / library and want it to be available by its own dependency?
For example, I once uploaded a small library to Maven Central via nexus
https://central.sonatype.org/publish/release/
You can also look at https://packagecloud.io/
https://dzone.com/articles /publish-your-artifacts-...
Or are we talking about multi-module projects? If so, then you need to divide the project into modules. And then register the dependence of one module on another.
https://www.baeldung.com/maven-multi-module

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question