License |
License |
---|---|
GroupId | GroupIdstore.kalvan.framework |
ArtifactId | ArtifactIdframework |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
framework-1.4.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/store.kalvan.framework/framework/ -->
<dependency>
<groupId>store.kalvan.framework</groupId>
<artifactId>framework</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/store.kalvan.framework/framework/
implementation 'store.kalvan.framework:framework:1.4'
// https://jarcasting.com/artifacts/store.kalvan.framework/framework/
implementation ("store.kalvan.framework:framework:1.4")
'store.kalvan.framework:framework:pom:1.4'
<dependency org="store.kalvan.framework" name="framework" rev="1.4">
<artifact name="framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='store.kalvan.framework', module='framework', version='1.4')
)
libraryDependencies += "store.kalvan.framework" % "framework" % "1.4"
[store.kalvan.framework/framework "1.4"]