| License |
License |
|---|---|
| Categories |
CategoriesBuild Tools |
| GroupId | GroupIdorg.trellisldp |
| ArtifactId | ArtifactIdtrellis-build-tools |
| Version | Version0.2.0 |
| Type | Typejar |
| Description |
DescriptionTrellis LDP Build Tools
Common Build Tools for Trellis LDP projects
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| trellis-build-tools-0.2.0.pom | |
| trellis-build-tools-0.2.0.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.trellisldp/trellis-build-tools/ -->
<dependency>
<groupId>org.trellisldp</groupId>
<artifactId>trellis-build-tools</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.trellisldp/trellis-build-tools/
implementation 'org.trellisldp:trellis-build-tools:0.2.0'
// https://jarcasting.com/artifacts/org.trellisldp/trellis-build-tools/
implementation ("org.trellisldp:trellis-build-tools:0.2.0")
'org.trellisldp:trellis-build-tools:jar:0.2.0'
<dependency org="org.trellisldp" name="trellis-build-tools" rev="0.2.0">
<artifact name="trellis-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.trellisldp', module='trellis-build-tools', version='0.2.0')
)
libraryDependencies += "org.trellisldp" % "trellis-build-tools" % "0.2.0"
[org.trellisldp/trellis-build-tools "0.2.0"]