License |
License |
---|---|
Categories |
CategoriesNet React User Interface Web Frameworks |
GroupId | GroupIdnet.oneandone.reactive |
ArtifactId | ArtifactIdreactive-parent |
Version | Version0.10 |
Type | Typepom |
Description |
Descriptionreactive-parent multimodule
Parent POM for 1-and-1 open source projects.
Defines oftenly used dependencies as well as plugins and their versions.
|
Project Organization |
Project Organization1&1 |
Filename | Size |
---|---|
reactive-parent-0.10.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone.reactive/reactive-parent/ -->
<dependency>
<groupId>net.oneandone.reactive</groupId>
<artifactId>reactive-parent</artifactId>
<version>0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone.reactive/reactive-parent/
implementation 'net.oneandone.reactive:reactive-parent:0.10'
// https://jarcasting.com/artifacts/net.oneandone.reactive/reactive-parent/
implementation ("net.oneandone.reactive:reactive-parent:0.10")
'net.oneandone.reactive:reactive-parent:pom:0.10'
<dependency org="net.oneandone.reactive" name="reactive-parent" rev="0.10">
<artifact name="reactive-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.oneandone.reactive', module='reactive-parent', version='0.10')
)
libraryDependencies += "net.oneandone.reactive" % "reactive-parent" % "0.10"
[net.oneandone.reactive/reactive-parent "0.10"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 18.0 |
org.reactivestreams : reactive-streams | jar | 1.0.0.M3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |