License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Geo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.devdungeon.maven.archetypes |
ArtifactId | ArtifactIdlibrary |
Last Version | Last Version1.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.devdungeon.maven.archetypes:library
A Maven project archetype for DevDungeon class libraries
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
library-1.0.5.pom | |
library-1.0.5.jar | 5 KB |
library-1.0.5-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.devdungeon.maven.archetypes/library/ -->
<dependency>
<groupId>com.devdungeon.maven.archetypes</groupId>
<artifactId>library</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.devdungeon.maven.archetypes/library/
implementation 'com.devdungeon.maven.archetypes:library:1.0.5'
// https://jarcasting.com/artifacts/com.devdungeon.maven.archetypes/library/
implementation ("com.devdungeon.maven.archetypes:library:1.0.5")
'com.devdungeon.maven.archetypes:library:jar:1.0.5'
<dependency org="com.devdungeon.maven.archetypes" name="library" rev="1.0.5">
<artifact name="library" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.devdungeon.maven.archetypes', module='library', version='1.0.5')
)
libraryDependencies += "com.devdungeon.maven.archetypes" % "library" % "1.0.5"
[com.devdungeon.maven.archetypes/library "1.0.5"]