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