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