Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.thevpc.nuts.toolbox |
ArtifactId | ArtifactIdnoapi |
Version | Version0.8.1.0 |
Type | Typejar |
Filename | Size |
---|---|
noapi-0.8.1.0.pom | |
noapi-0.8.1.0.jar | 16 KB |
noapi-0.8.1.0-sources.jar | 8 KB |
noapi-0.8.1.0-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/noapi/ -->
<dependency>
<groupId>net.thevpc.nuts.toolbox</groupId>
<artifactId>noapi</artifactId>
<version>0.8.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/noapi/
implementation 'net.thevpc.nuts.toolbox:noapi:0.8.1.0'
// https://jarcasting.com/artifacts/net.thevpc.nuts.toolbox/noapi/
implementation ("net.thevpc.nuts.toolbox:noapi:0.8.1.0")
'net.thevpc.nuts.toolbox:noapi:jar:0.8.1.0'
<dependency org="net.thevpc.nuts.toolbox" name="noapi" rev="0.8.1.0">
<artifact name="noapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thevpc.nuts.toolbox', module='noapi', version='0.8.1.0')
)
libraryDependencies += "net.thevpc.nuts.toolbox" % "noapi" % "0.8.1.0"
[net.thevpc.nuts.toolbox/noapi "0.8.1.0"]