GroupId | GroupIdorg.ow2.opensuit |
---|---|
ArtifactId | ArtifactIdopensuit-core |
Version | Version0.9.7 |
Type | Typejar |
Filename | Size |
---|---|
opensuit-core-0.9.7.pom | |
opensuit-core-0.9.7.jar | 386 KB |
opensuit-core-0.9.7-sources.jar | 335 KB |
opensuit-core-0.9.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-core/
implementation 'org.ow2.opensuit:opensuit-core:0.9.7'
// https://jarcasting.com/artifacts/org.ow2.opensuit/opensuit-core/
implementation ("org.ow2.opensuit:opensuit-core:0.9.7")
'org.ow2.opensuit:opensuit-core:jar:0.9.7'
<dependency org="org.ow2.opensuit" name="opensuit-core" rev="0.9.7">
<artifact name="opensuit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.opensuit', module='opensuit-core', version='0.9.7')
)
libraryDependencies += "org.ow2.opensuit" % "opensuit-core" % "0.9.7"
[org.ow2.opensuit/opensuit-core "0.9.7"]