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