GroupId | GroupIdorg.opendaylight.defense4all |
---|---|
ArtifactId | ArtifactIdframework.core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
framework.core-1.0.0.pom | |
framework.core-1.0.0.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.defense4all/framework.core/ -->
<dependency>
<groupId>org.opendaylight.defense4all</groupId>
<artifactId>framework.core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.defense4all/framework.core/
implementation 'org.opendaylight.defense4all:framework.core:1.0.0'
// https://jarcasting.com/artifacts/org.opendaylight.defense4all/framework.core/
implementation ("org.opendaylight.defense4all:framework.core:1.0.0")
'org.opendaylight.defense4all:framework.core:jar:1.0.0'
<dependency org="org.opendaylight.defense4all" name="framework.core" rev="1.0.0">
<artifact name="framework.core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.defense4all', module='framework.core', version='1.0.0')
)
libraryDependencies += "org.opendaylight.defense4all" % "framework.core" % "1.0.0"
[org.opendaylight.defense4all/framework.core "1.0.0"]