GroupId | GroupIdcom.zaubersoftware.commons.repository |
---|---|
ArtifactId | ArtifactIdcommons-repository-api |
Version | Version3.50 |
Type | Typejar |
Filename | Size |
---|---|
commons-repository-api-3.50.pom | |
commons-repository-api-3.50.jar | 30 KB |
commons-repository-api-3.50-sources.jar | 43 KB |
commons-repository-api-3.50-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.50</version>
</dependency>
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.repository/commons-repository-api/
implementation 'com.zaubersoftware.commons.repository:commons-repository-api:3.50'
// https://jarcasting.com/artifacts/com.zaubersoftware.commons.repository/commons-repository-api/
implementation ("com.zaubersoftware.commons.repository:commons-repository-api:3.50")
'com.zaubersoftware.commons.repository:commons-repository-api:jar:3.50'
<dependency org="com.zaubersoftware.commons.repository" name="commons-repository-api" rev="3.50">
<artifact name="commons-repository-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zaubersoftware.commons.repository', module='commons-repository-api', version='3.50')
)
libraryDependencies += "com.zaubersoftware.commons.repository" % "commons-repository-api" % "3.50"
[com.zaubersoftware.commons.repository/commons-repository-api "3.50"]