GroupId | GroupIdcom.github.rougsig |
---|---|
ArtifactId | ArtifactIdtest-models |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
test-models-2.0.1.pom | |
test-models-2.0.1.jar | 18 KB |
test-models-2.0.1-sources.jar | 4 KB |
test-models-2.0.1-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>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rougsig/test-models/
implementation 'com.github.rougsig:test-models:2.0.1'
// https://jarcasting.com/artifacts/com.github.rougsig/test-models/
implementation ("com.github.rougsig:test-models:2.0.1")
'com.github.rougsig:test-models:jar:2.0.1'
<dependency org="com.github.rougsig" name="test-models" rev="2.0.1">
<artifact name="test-models" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rougsig', module='test-models', version='2.0.1')
)
libraryDependencies += "com.github.rougsig" % "test-models" % "2.0.1"
[com.github.rougsig/test-models "2.0.1"]