GroupId | GroupIdorg.wisdom-framework |
---|---|
ArtifactId | ArtifactIdwisdom-runtime |
Version | Version0.6.1 |
Type | Typepom |
Filename | Size |
---|---|
wisdom-runtime-0.6.1.pom | |
wisdom-runtime-0.6.1.zip | 5 KB |
wisdom-runtime-0.6.1-equinox.zip | 28 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-runtime/ -->
<dependency>
<groupId>org.wisdom-framework</groupId>
<artifactId>wisdom-runtime</artifactId>
<version>0.6.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-runtime/
implementation 'org.wisdom-framework:wisdom-runtime:0.6.1'
// https://jarcasting.com/artifacts/org.wisdom-framework/wisdom-runtime/
implementation ("org.wisdom-framework:wisdom-runtime:0.6.1")
'org.wisdom-framework:wisdom-runtime:pom:0.6.1'
<dependency org="org.wisdom-framework" name="wisdom-runtime" rev="0.6.1">
<artifact name="wisdom-runtime" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wisdom-framework', module='wisdom-runtime', version='0.6.1')
)
libraryDependencies += "org.wisdom-framework" % "wisdom-runtime" % "0.6.1"
[org.wisdom-framework/wisdom-runtime "0.6.1"]