| License |
License |
|---|---|
| Categories |
CategoriesBuild Tools |
| GroupId | GroupIdorg.stuartgunter |
| ArtifactId | ArtifactIdbuild-tools |
| Last Version | Last Version0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionBuild Tools
Support for the Robots Exclusion Protocol (REP) in Spring-based web applications
|
| Filename | Size |
|---|---|
| build-tools-0.1.pom | |
| build-tools-0.1.jar | 4 KB |
| build-tools-0.1-sources.jar | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.stuartgunter/build-tools/ -->
<dependency>
<groupId>org.stuartgunter</groupId>
<artifactId>build-tools</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.stuartgunter/build-tools/
implementation 'org.stuartgunter:build-tools:0.1'
// https://jarcasting.com/artifacts/org.stuartgunter/build-tools/
implementation ("org.stuartgunter:build-tools:0.1")
'org.stuartgunter:build-tools:jar:0.1'
<dependency org="org.stuartgunter" name="build-tools" rev="0.1">
<artifact name="build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.stuartgunter', module='build-tools', version='0.1')
)
libraryDependencies += "org.stuartgunter" % "build-tools" % "0.1"
[org.stuartgunter/build-tools "0.1"]