License |
License |
---|---|
GroupId | GroupIdcom.trib3 |
ArtifactId | ArtifactIdbuild-resources |
Version | Version1.29.2979 |
Type | Typejar |
Description |
DescriptionBuild Resources
Resources for use during the build process
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.trib3/build-resources/ -->
<dependency>
<groupId>com.trib3</groupId>
<artifactId>build-resources</artifactId>
<version>1.29.2979</version>
</dependency>
// https://jarcasting.com/artifacts/com.trib3/build-resources/
implementation 'com.trib3:build-resources:1.29.2979'
// https://jarcasting.com/artifacts/com.trib3/build-resources/
implementation ("com.trib3:build-resources:1.29.2979")
'com.trib3:build-resources:jar:1.29.2979'
<dependency org="com.trib3" name="build-resources" rev="1.29.2979">
<artifact name="build-resources" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.trib3', module='build-resources', version='1.29.2979')
)
libraryDependencies += "com.trib3" % "build-resources" % "1.29.2979"
[com.trib3/build-resources "1.29.2979"]