GroupId | GroupIdcom.zaubersoftware.commons.repository |
---|---|
ArtifactId | ArtifactIdcommons-repository-api |
Version | Version3.53 |
Type | Typejar |
Filename | Size |
---|---|
commons-repository-api-3.53.pom | |
commons-repository-api-3.53.jar | 30 KB |
commons-repository-api-3.53-sources.jar | 43 KB |
commons-repository-api-3.53-javadoc.jar | 292 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zaubersoftware.commons.repository/commons-repository-api/ -->
<dependency>
<groupId>com.zaubersoftware.commons.repository</groupId>
<artifactId>commons-repository-api</artifactId>
<version>3.53</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.repository/commons-repository-api/
implementation 'com.zaubersoftware.commons.repository:commons-repository-api:3.53'
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.repository/commons-repository-api/
implementation ("com.zaubersoftware.commons.repository:commons-repository-api:3.53")
'com.zaubersoftware.commons.repository:commons-repository-api:jar:3.53'
<dependency org="com.zaubersoftware.commons.repository" name="commons-repository-api" rev="3.53">
<artifact name="commons-repository-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.commons.repository', module='commons-repository-api', version='3.53')
)
libraryDependencies += "com.zaubersoftware.commons.repository" % "commons-repository-api" % "3.53"
[com.zaubersoftware.commons.repository/commons-repository-api "3.53"]