GroupId | GroupIdcom.github.phillip-kruger.microprofile-extentions |
---|---|
ArtifactId | ArtifactIdexample |
Version | Version1.0.7 |
Type | Typewar |
Filename | Size |
---|---|
example-1.0.7.pom | |
example-1.0.7.war | 17 MB |
example-1.0.7-sources.jar | 5 KB |
example-1.0.7-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/example/ -->
<dependency>
<groupId>com.github.phillip-kruger.microprofile-extentions</groupId>
<artifactId>example</artifactId>
<version>1.0.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/example/
implementation 'com.github.phillip-kruger.microprofile-extentions:example:1.0.7'
// https://jarcasting.com/artifacts/com.github.phillip-kruger.microprofile-extentions/example/
implementation ("com.github.phillip-kruger.microprofile-extentions:example:1.0.7")
'com.github.phillip-kruger.microprofile-extentions:example:war:1.0.7'
<dependency org="com.github.phillip-kruger.microprofile-extentions" name="example" rev="1.0.7">
<artifact name="example" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.phillip-kruger.microprofile-extentions', module='example', version='1.0.7')
)
libraryDependencies += "com.github.phillip-kruger.microprofile-extentions" % "example" % "1.0.7"
[com.github.phillip-kruger.microprofile-extentions/example "1.0.7"]