GroupId | GroupIdcom.trib3 |
---|---|
ArtifactId | ArtifactIdbuild-resources |
Version | Version1.0.129 |
Type | Typejar |
Filename | Size |
---|---|
build-resources-1.0.129.pom | |
build-resources-1.0.129.jar | 4 KB |
build-resources-1.0.129-sources.jar | 4 KB |
build-resources-1.0.129-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.trib3/build-resources/ -->
<dependency>
<groupId>com.trib3</groupId>
<artifactId>build-resources</artifactId>
<version>1.0.129</version>
</dependency>
// https://jarcasting.com/artifacts/com.trib3/build-resources/
implementation 'com.trib3:build-resources:1.0.129'
// https://jarcasting.com/artifacts/com.trib3/build-resources/
implementation ("com.trib3:build-resources:1.0.129")
'com.trib3:build-resources:jar:1.0.129'
<dependency org="com.trib3" name="build-resources" rev="1.0.129">
<artifact name="build-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.trib3', module='build-resources', version='1.0.129')
)
libraryDependencies += "com.trib3" % "build-resources" % "1.0.129"
[com.trib3/build-resources "1.0.129"]