GroupId | GroupIdcom.github.nmuzhichin |
---|---|
ArtifactId | ArtifactIdprototest |
Version | Version1.0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
prototest-1.0.0.1.pom | |
prototest-1.0.0.1.jar | 57 KB |
prototest-1.0.0.1-sources.jar | 28 KB |
prototest-1.0.0.1-javadoc.jar | 320 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nmuzhichin/prototest/ -->
<dependency>
<groupId>com.github.nmuzhichin</groupId>
<artifactId>prototest</artifactId>
<version>1.0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nmuzhichin/prototest/
implementation 'com.github.nmuzhichin:prototest:1.0.0.1'
// https://jarcasting.com/artifacts/com.github.nmuzhichin/prototest/
implementation ("com.github.nmuzhichin:prototest:1.0.0.1")
'com.github.nmuzhichin:prototest:jar:1.0.0.1'
<dependency org="com.github.nmuzhichin" name="prototest" rev="1.0.0.1">
<artifact name="prototest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nmuzhichin', module='prototest', version='1.0.0.1')
)
libraryDependencies += "com.github.nmuzhichin" % "prototest" % "1.0.0.1"
[com.github.nmuzhichin/prototest "1.0.0.1"]