Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.akiraly.reusable-poms |
ArtifactId | ArtifactIdsimple-java-project-with-util-libs-archetype |
Version | Version1 |
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>1</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:1'
// 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:1")
'com.github.akiraly.reusable-poms:simple-java-project-with-util-libs-archetype:jar:1'
<dependency org="com.github.akiraly.reusable-poms" name="simple-java-project-with-util-libs-archetype" rev="1">
<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='1')
)
libraryDependencies += "com.github.akiraly.reusable-poms" % "simple-java-project-with-util-libs-archetype" % "1"
[com.github.akiraly.reusable-poms/simple-java-project-with-util-libs-archetype "1"]