GroupId | GroupIdcom.github.earchitecture.reuse |
---|---|
ArtifactId | ArtifactIdreuse-model |
Version | Version0.1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
reuse-model-0.1.0.0.pom | |
reuse-model-0.1.0.0.jar | 6 KB |
reuse-model-0.1.0.0-tests.jar | 3 KB |
reuse-model-0.1.0.0-sources.jar | 3 KB |
reuse-model-0.1.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.earchitecture.reuse/reuse-model/ -->
<dependency>
<groupId>com.github.earchitecture.reuse</groupId>
<artifactId>reuse-model</artifactId>
<version>0.1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.earchitecture.reuse/reuse-model/
implementation 'com.github.earchitecture.reuse:reuse-model:0.1.0.0'
// https://jarcasting.com/artifacts/com.github.earchitecture.reuse/reuse-model/
implementation ("com.github.earchitecture.reuse:reuse-model:0.1.0.0")
'com.github.earchitecture.reuse:reuse-model:jar:0.1.0.0'
<dependency org="com.github.earchitecture.reuse" name="reuse-model" rev="0.1.0.0">
<artifact name="reuse-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.earchitecture.reuse', module='reuse-model', version='0.1.0.0')
)
libraryDependencies += "com.github.earchitecture.reuse" % "reuse-model" % "0.1.0.0"
[com.github.earchitecture.reuse/reuse-model "0.1.0.0"]