License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.oneandone |
ArtifactId | ArtifactIdtroilus-service-example |
Version | Version0.4 |
Type | Typewar |
Description |
DescriptionParent POM for 1-and-1 open source projects.
Defines oftenly used dependencies as well as plugins and their versions.
|
Project Organization |
Project Organization1&1 |
<!-- https://jarcasting.com/artifacts/net.oneandone/troilus-service-example/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>troilus-service-example</artifactId>
<version>0.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/troilus-service-example/
implementation 'net.oneandone:troilus-service-example:0.4'
// https://jarcasting.com/artifacts/net.oneandone/troilus-service-example/
implementation ("net.oneandone:troilus-service-example:0.4")
'net.oneandone:troilus-service-example:war:0.4'
<dependency org="net.oneandone" name="troilus-service-example" rev="0.4">
<artifact name="troilus-service-example" type="war" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='troilus-service-example', version='0.4')
)
libraryDependencies += "net.oneandone" % "troilus-service-example" % "0.4"
[net.oneandone/troilus-service-example "0.4"]
Group / Artifact | Type | Version |
---|---|---|
net.oneandone : troilus-core | jar | 0.4 |
javax.ws.rs : javax.ws.rs-api | jar | 2.0.1 |
org.springframework : spring-web | jar | 4.0.3.RELEASE |
org.apache.cassandra : cassandra-all | jar | 2.1.2 |
org.apache.tomcat.embed : tomcat-embed-core | jar | 8.0.12 |
com.google.guava : guava | jar | 18.0 |
com.datastax.cassandra : cassandra-driver-core | jar | 2.1.4 |
org.reactivestreams : reactive-streams | jar | 1.0.0.M2 |
log4j : log4j | jar | 1.2.17 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.tomcat.embed : tomcat-embed-logging-juli | jar | 8.0.12 |
org.apache.tomcat.embed : tomcat-embed-jasper | jar | 8.0.12 |
org.jboss.resteasy : resteasy-jaxrs | jar | 3.0.10.Final |
org.jboss.resteasy : resteasy-jackson-provider | jar | 3.0.10.Final |
org.jboss.resteasy : resteasy-spring | jar | 3.0.10.Final |
org.jboss.resteasy : async-http-servlet-3.0 | jar | 3.0.10.Final |
org.jboss.resteasy : resteasy-client | jar | 3.0.10.Final |
junit : junit | jar | 4.12 |