License |
License |
---|---|
GroupId | GroupIdcom.kagurabi.example |
ArtifactId | ArtifactIdkagura-examples |
Last Version | Last Version1.9.3 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThe base POM of the Kagura project
|
Filename | Size |
---|---|
kagura-examples-1.9.3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kagurabi.example/kagura-examples/ -->
<dependency>
<groupId>com.kagurabi.example</groupId>
<artifactId>kagura-examples</artifactId>
<version>1.9.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kagurabi.example/kagura-examples/
implementation 'com.kagurabi.example:kagura-examples:1.9.3'
// https://jarcasting.com/artifacts/com.kagurabi.example/kagura-examples/
implementation ("com.kagurabi.example:kagura-examples:1.9.3")
'com.kagurabi.example:kagura-examples:pom:1.9.3'
<dependency org="com.kagurabi.example" name="kagura-examples" rev="1.9.3">
<artifact name="kagura-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kagurabi.example', module='kagura-examples', version='1.9.3')
)
libraryDependencies += "com.kagurabi.example" % "kagura-examples" % "1.9.3"
[com.kagurabi.example/kagura-examples "1.9.3"]