GroupId | GroupIdme.xethh.archetype.quickstart |
---|---|
ArtifactId | ArtifactIdquickstart-lib |
Version | Version1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
quickstart-lib-1.0-RELEASE.pom | |
quickstart-lib-1.0-RELEASE.jar | 8 KB |
quickstart-lib-1.0-RELEASE-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.xethh.archetype.quickstart/quickstart-lib/ -->
<dependency>
<groupId>me.xethh.archetype.quickstart</groupId>
<artifactId>quickstart-lib</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/me.xethh.archetype.quickstart/quickstart-lib/
implementation 'me.xethh.archetype.quickstart:quickstart-lib:1.0-RELEASE'
// https://jarcasting.com/artifacts/me.xethh.archetype.quickstart/quickstart-lib/
implementation ("me.xethh.archetype.quickstart:quickstart-lib:1.0-RELEASE")
'me.xethh.archetype.quickstart:quickstart-lib:jar:1.0-RELEASE'
<dependency org="me.xethh.archetype.quickstart" name="quickstart-lib" rev="1.0-RELEASE">
<artifact name="quickstart-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.xethh.archetype.quickstart', module='quickstart-lib', version='1.0-RELEASE')
)
libraryDependencies += "me.xethh.archetype.quickstart" % "quickstart-lib" % "1.0-RELEASE"
[me.xethh.archetype.quickstart/quickstart-lib "1.0-RELEASE"]