Categories |
CategoriesNet Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdnet.ju-n.auto-instrument |
ArtifactId | ArtifactIdauto-instrument |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
auto-instrument-1.0.1.pom | |
auto-instrument-1.0.1.jar | 6 KB |
auto-instrument-1.0.1-sources.jar | 4 KB |
auto-instrument-1.0.1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.ju-n.auto-instrument/auto-instrument/ -->
<dependency>
<groupId>net.ju-n.auto-instrument</groupId>
<artifactId>auto-instrument</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.ju-n.auto-instrument/auto-instrument/
implementation 'net.ju-n.auto-instrument:auto-instrument:1.0.1'
// https://jarcasting.com/artifacts/net.ju-n.auto-instrument/auto-instrument/
implementation ("net.ju-n.auto-instrument:auto-instrument:1.0.1")
'net.ju-n.auto-instrument:auto-instrument:jar:1.0.1'
<dependency org="net.ju-n.auto-instrument" name="auto-instrument" rev="1.0.1">
<artifact name="auto-instrument" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.ju-n.auto-instrument', module='auto-instrument', version='1.0.1')
)
libraryDependencies += "net.ju-n.auto-instrument" % "auto-instrument" % "1.0.1"
[net.ju-n.auto-instrument/auto-instrument "1.0.1"]