| License |
License |
|---|---|
| GroupId | GroupIdcom.squeakysand.jcr |
| ArtifactId | ArtifactIddependencies |
| Version | Version0.4.0 |
| Type | Typepom |
| Description |
Descriptioncom.squeakysand.jcr - dependencies
Defines versions of libraries used by all of the SqueakySand JCR libraries.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| dependencies-0.4.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.squeakysand.jcr/dependencies/ -->
<dependency>
<groupId>com.squeakysand.jcr</groupId>
<artifactId>dependencies</artifactId>
<version>0.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand.jcr/dependencies/
implementation 'com.squeakysand.jcr:dependencies:0.4.0'
// https://jarcasting.com/artifacts/com.squeakysand.jcr/dependencies/
implementation ("com.squeakysand.jcr:dependencies:0.4.0")
'com.squeakysand.jcr:dependencies:pom:0.4.0'
<dependency org="com.squeakysand.jcr" name="dependencies" rev="0.4.0">
<artifact name="dependencies" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand.jcr', module='dependencies', version='0.4.0')
)
libraryDependencies += "com.squeakysand.jcr" % "dependencies" % "0.4.0"
[com.squeakysand.jcr/dependencies "0.4.0"]