GroupId | GroupIdcom.github.rougsig |
---|---|
ArtifactId | ArtifactIdtest-models |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
test-models-3.0.0.pom | |
test-models-3.0.0.jar | 33 KB |
test-models-3.0.0-sources.jar | 5 KB |
test-models-3.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rougsig/test-models/ -->
<dependency>
<groupId>com.github.rougsig</groupId>
<artifactId>test-models</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rougsig/test-models/
implementation 'com.github.rougsig:test-models:3.0.0'
// https://jarcasting.com/artifacts/com.github.rougsig/test-models/
implementation ("com.github.rougsig:test-models:3.0.0")
'com.github.rougsig:test-models:jar:3.0.0'
<dependency org="com.github.rougsig" name="test-models" rev="3.0.0">
<artifact name="test-models" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rougsig', module='test-models', version='3.0.0')
)
libraryDependencies += "com.github.rougsig" % "test-models" % "3.0.0"
[com.github.rougsig/test-models "3.0.0"]