Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.akiraly.reusable-poms |
ArtifactId | ArtifactIdsimple-java-project-with-util-libs-archetype |
Version | Version2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/simple-java-project-with-util-libs-archetype/ -->
<dependency>
<groupId>com.github.akiraly.reusable-poms</groupId>
<artifactId>simple-java-project-with-util-libs-archetype</artifactId>
<version>2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/simple-java-project-with-util-libs-archetype/
implementation 'com.github.akiraly.reusable-poms:simple-java-project-with-util-libs-archetype:2'
// https://jarcasting.com/artifacts/com.github.akiraly.reusable-poms/simple-java-project-with-util-libs-archetype/
implementation ("com.github.akiraly.reusable-poms:simple-java-project-with-util-libs-archetype:2")
'com.github.akiraly.reusable-poms:simple-java-project-with-util-libs-archetype:jar:2'
<dependency org="com.github.akiraly.reusable-poms" name="simple-java-project-with-util-libs-archetype" rev="2">
<artifact name="simple-java-project-with-util-libs-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akiraly.reusable-poms', module='simple-java-project-with-util-libs-archetype', version='2')
)
libraryDependencies += "com.github.akiraly.reusable-poms" % "simple-java-project-with-util-libs-archetype" % "2"
[com.github.akiraly.reusable-poms/simple-java-project-with-util-libs-archetype "2"]