Categories |
CategoriesAWS Container PaaS Providers |
---|---|
GroupId | GroupIdorg.lockss.laaws |
ArtifactId | ArtifactIdlaaws-repository-core |
Version | Version1.11.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.lockss.laaws/laaws-repository-core/ -->
<dependency>
<groupId>org.lockss.laaws</groupId>
<artifactId>laaws-repository-core</artifactId>
<version>1.11.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.lockss.laaws/laaws-repository-core/
implementation 'org.lockss.laaws:laaws-repository-core:1.11.4'
// https://jarcasting.com/artifacts/org.lockss.laaws/laaws-repository-core/
implementation ("org.lockss.laaws:laaws-repository-core:1.11.4")
'org.lockss.laaws:laaws-repository-core:jar:1.11.4'
<dependency org="org.lockss.laaws" name="laaws-repository-core" rev="1.11.4">
<artifact name="laaws-repository-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.lockss.laaws', module='laaws-repository-core', version='1.11.4')
)
libraryDependencies += "org.lockss.laaws" % "laaws-repository-core" % "1.11.4"
[org.lockss.laaws/laaws-repository-core "1.11.4"]