License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.anumbrella.tools |
ArtifactId | ArtifactIdtools |
Version | Version0.0.1.RELEASE |
Type | Typejar |
Description |
Descriptiontools
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
tools-0.0.1.RELEASE.pom | |
tools-0.0.1.RELEASE.jar | 2 KB |
tools-0.0.1.RELEASE-sources.jar | 2 KB |
tools-0.0.1.RELEASE-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.anumbrella.tools/tools/ -->
<dependency>
<groupId>net.anumbrella.tools</groupId>
<artifactId>tools</artifactId>
<version>0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.anumbrella.tools/tools/
implementation 'net.anumbrella.tools:tools:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/net.anumbrella.tools/tools/
implementation ("net.anumbrella.tools:tools:0.0.1.RELEASE")
'net.anumbrella.tools:tools:jar:0.0.1.RELEASE'
<dependency org="net.anumbrella.tools" name="tools" rev="0.0.1.RELEASE">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.anumbrella.tools', module='tools', version='0.0.1.RELEASE')
)
libraryDependencies += "net.anumbrella.tools" % "tools" % "0.0.1.RELEASE"
[net.anumbrella.tools/tools "0.0.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |