License |
License |
---|---|
Categories |
CategoriesBuild Tools |
GroupId | GroupIdtech.heartin.starters |
ArtifactId | ArtifactIdsimple-starter-build-tools |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionSimple Build Tools Project
Project to store build artifacts for starter projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/tech.heartin.starters/simple-starter-build-tools/ -->
<dependency>
<groupId>tech.heartin.starters</groupId>
<artifactId>simple-starter-build-tools</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/tech.heartin.starters/simple-starter-build-tools/
implementation 'tech.heartin.starters:simple-starter-build-tools:1.0.0'
// https://jarcasting.com/artifacts/tech.heartin.starters/simple-starter-build-tools/
implementation ("tech.heartin.starters:simple-starter-build-tools:1.0.0")
'tech.heartin.starters:simple-starter-build-tools:jar:1.0.0'
<dependency org="tech.heartin.starters" name="simple-starter-build-tools" rev="1.0.0">
<artifact name="simple-starter-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.heartin.starters', module='simple-starter-build-tools', version='1.0.0')
)
libraryDependencies += "tech.heartin.starters" % "simple-starter-build-tools" % "1.0.0"
[tech.heartin.starters/simple-starter-build-tools "1.0.0"]