License |
License |
---|---|
GroupId | GroupIdcom.github.phillip-kruger |
ArtifactId | ArtifactIdapiee-example |
Version | Version1.0.9 |
Type | Typewar |
Description |
Descriptionapiee example
An example Java EE application that demonstrate Apiee
|
Filename | Size |
---|---|
apiee-example-1.0.9.pom | |
apiee-example-1.0.9.war | 7 MB |
apiee-example-1.0.9-sources.jar | 14 KB |
apiee-example-1.0.9-javadoc.jar | 408 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.phillip-kruger/apiee-example/ -->
<dependency>
<groupId>com.github.phillip-kruger</groupId>
<artifactId>apiee-example</artifactId>
<version>1.0.9</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.phillip-kruger/apiee-example/
implementation 'com.github.phillip-kruger:apiee-example:1.0.9'
// https://jarcasting.com/artifacts/com.github.phillip-kruger/apiee-example/
implementation ("com.github.phillip-kruger:apiee-example:1.0.9")
'com.github.phillip-kruger:apiee-example:war:1.0.9'
<dependency org="com.github.phillip-kruger" name="apiee-example" rev="1.0.9">
<artifact name="apiee-example" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.phillip-kruger', module='apiee-example', version='1.0.9')
)
libraryDependencies += "com.github.phillip-kruger" % "apiee-example" % "1.0.9"
[com.github.phillip-kruger/apiee-example "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
com.github.phillip-kruger : apiee-core | jar | 1.0.9 |
Group / Artifact | Type | Version |
---|---|---|
javax : javaee-api | jar | 7.0 |
org.projectlombok : lombok | jar | 1.18.2 |