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