GroupId | GroupIdcom.github.peacetrue |
---|---|
ArtifactId | ArtifactIdpeacetrue-dependencies |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
peacetrue-dependencies-1.0.0.pom | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.peacetrue/peacetrue-dependencies/ -->
<dependency>
<groupId>com.github.peacetrue</groupId>
<artifactId>peacetrue-dependencies</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.peacetrue/peacetrue-dependencies/
implementation 'com.github.peacetrue:peacetrue-dependencies:1.0.0'
// https://jarcasting.com/artifacts/com.github.peacetrue/peacetrue-dependencies/
implementation ("com.github.peacetrue:peacetrue-dependencies:1.0.0")
'com.github.peacetrue:peacetrue-dependencies:pom:1.0.0'
<dependency org="com.github.peacetrue" name="peacetrue-dependencies" rev="1.0.0">
<artifact name="peacetrue-dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.peacetrue', module='peacetrue-dependencies', version='1.0.0')
)
libraryDependencies += "com.github.peacetrue" % "peacetrue-dependencies" % "1.0.0"
[com.github.peacetrue/peacetrue-dependencies "1.0.0"]