GroupId | GroupIdorg.ow2.opensuit |
---|---|
ArtifactId | ArtifactIdopensuit-core |
Version | Version0.9.6 |
Type | Typejar |
Filename | Size |
---|---|
opensuit-core-0.9.6.pom | |
opensuit-core-0.9.6.jar | 380 KB |
opensuit-core-0.9.6-sources.jar | 328 KB |
opensuit-core-0.9.6-javadoc.jar | 322 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-core/ -->
<dependency>
<groupId>org.ow2.opensuit</groupId>
<artifactId>opensuit-core</artifactId>
<version>0.9.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-core/
implementation 'org.ow2.opensuit:opensuit-core:0.9.6'
// https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-core/
implementation ("org.ow2.opensuit:opensuit-core:0.9.6")
'org.ow2.opensuit:opensuit-core:jar:0.9.6'
<dependency org="org.ow2.opensuit" name="opensuit-core" rev="0.9.6">
<artifact name="opensuit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.opensuit', module='opensuit-core', version='0.9.6')
)
libraryDependencies += "org.ow2.opensuit" % "opensuit-core" % "0.9.6"
[org.ow2.opensuit/opensuit-core "0.9.6"]