GroupId | GroupIdcom.github.alexvictoor |
---|---|
ArtifactId | ArtifactIdmarbletest4j |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
marbletest4j-1.2.pom | |
marbletest4j-1.2.jar | 82 KB |
marbletest4j-1.2-sources.jar | 24 KB |
marbletest4j-1.2-javadoc.jar | 213 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.alexvictoor/marbletest4j/ -->
<dependency>
<groupId>com.github.alexvictoor</groupId>
<artifactId>marbletest4j</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alexvictoor/marbletest4j/
implementation 'com.github.alexvictoor:marbletest4j:1.2'
// https://jarcasting.com/artifacts/com.github.alexvictoor/marbletest4j/
implementation ("com.github.alexvictoor:marbletest4j:1.2")
'com.github.alexvictoor:marbletest4j:jar:1.2'
<dependency org="com.github.alexvictoor" name="marbletest4j" rev="1.2">
<artifact name="marbletest4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alexvictoor', module='marbletest4j', version='1.2')
)
libraryDependencies += "com.github.alexvictoor" % "marbletest4j" % "1.2"
[com.github.alexvictoor/marbletest4j "1.2"]