License |
License |
---|---|
GroupId | GroupIdorg.develrulez.thinjar |
ArtifactId | ArtifactIdthin-jar-parent |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionThin-JAR Parent
Toolset for building executable thin-jars, which download their dependencies during application startup phase
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
thin-jar-parent-1.0.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.develrulez.thinjar/thin-jar-parent/ -->
<dependency>
<groupId>org.develrulez.thinjar</groupId>
<artifactId>thin-jar-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.develrulez.thinjar/thin-jar-parent/
implementation 'org.develrulez.thinjar:thin-jar-parent:1.0.0'
// https://jarcasting.com/artifacts/org.develrulez.thinjar/thin-jar-parent/
implementation ("org.develrulez.thinjar:thin-jar-parent:1.0.0")
'org.develrulez.thinjar:thin-jar-parent:pom:1.0.0'
<dependency org="org.develrulez.thinjar" name="thin-jar-parent" rev="1.0.0">
<artifact name="thin-jar-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.develrulez.thinjar', module='thin-jar-parent', version='1.0.0')
)
libraryDependencies += "org.develrulez.thinjar" % "thin-jar-parent" % "1.0.0"
[org.develrulez.thinjar/thin-jar-parent "1.0.0"]