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