is not current version
Last Version 1.0.5

com.devdungeon.maven.archetypes:library 1.0.3

A Maven project archetype for DevDungeon class libraries

Categories

Categories

Maven Build Tools Geo Business Logic Libraries Geospatial
GroupId

GroupId

com.devdungeon.maven.archetypes
ArtifactId

ArtifactId

library
Version

Version

1.0.3
Type

Type

jar

Download library 1.0.3


<!-- https://jarcasting.com/artifacts/com.devdungeon.maven.archetypes/library/ -->
<dependency>
    <groupId>com.devdungeon.maven.archetypes</groupId>
    <artifactId>library</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.devdungeon.maven.archetypes/library/
implementation 'com.devdungeon.maven.archetypes:library:1.0.3'
// https://jarcasting.com/artifacts/com.devdungeon.maven.archetypes/library/
implementation ("com.devdungeon.maven.archetypes:library:1.0.3")
'com.devdungeon.maven.archetypes:library:jar:1.0.3'
<dependency org="com.devdungeon.maven.archetypes" name="library" rev="1.0.3">
  <artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.devdungeon.maven.archetypes', module='library', version='1.0.3')
)
libraryDependencies += "com.devdungeon.maven.archetypes" % "library" % "1.0.3"
[com.devdungeon.maven.archetypes/library "1.0.3"]