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