is not current version
Last Version 4

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


Categories

Categories

Java Languages
GroupId

GroupId

com.github.akiraly.reusable-poms
ArtifactId

ArtifactId

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

Version

2
Type

Type

jar

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


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