GroupId | GroupIdcom.github.peacetrue |
---|---|
ArtifactId | ArtifactIdpeacetrue |
Version | Version1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
peacetrue-1.0-RELEASE.pom | |
peacetrue-1.0-RELEASE.jar | 261 bytes |
peacetrue-1.0-RELEASE-sources.jar | 261 bytes |
peacetrue-1.0-RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.peacetrue/peacetrue/ -->
<dependency>
<groupId>com.github.peacetrue</groupId>
<artifactId>peacetrue</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.peacetrue/peacetrue/
implementation 'com.github.peacetrue:peacetrue:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.peacetrue/peacetrue/
implementation ("com.github.peacetrue:peacetrue:1.0-RELEASE")
'com.github.peacetrue:peacetrue:jar:1.0-RELEASE'
<dependency org="com.github.peacetrue" name="peacetrue" rev="1.0-RELEASE">
<artifact name="peacetrue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.peacetrue', module='peacetrue', version='1.0-RELEASE')
)
libraryDependencies += "com.github.peacetrue" % "peacetrue" % "1.0-RELEASE"
[com.github.peacetrue/peacetrue "1.0-RELEASE"]