is not current version
Last Version 4

com.github.akiraly.reusable-poms:simple-java-project-with-util-libs-archetype 1


Categories

Categories

Java Languages
GroupId

GroupId

com.github.akiraly.reusable-poms
ArtifactId

ArtifactId

simple-java-project-with-util-libs-archetype
Version

Version

1
Type

Type

jar

Download simple-java-project-with-util-libs-archetype 1


<!-- 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"]