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