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