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