License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.emphased.malle.example |
ArtifactId | ArtifactIdmalle-examples-common |
Version | Version0.1.0 |
Type | Typejar |
Description |
DescriptionMalle Examples Common
Common stuff for Malle examples
|
<!-- https://jarcasting.com/artifacts/net.emphased.malle.example/malle-examples-common/ -->
<dependency>
<groupId>net.emphased.malle.example</groupId>
<artifactId>malle-examples-common</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.emphased.malle.example/malle-examples-common/
implementation 'net.emphased.malle.example:malle-examples-common:0.1.0'
// https://jarcasting.com/artifacts/net.emphased.malle.example/malle-examples-common/
implementation ("net.emphased.malle.example:malle-examples-common:0.1.0")
'net.emphased.malle.example:malle-examples-common:jar:0.1.0'
<dependency org="net.emphased.malle.example" name="malle-examples-common" rev="0.1.0">
<artifact name="malle-examples-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.emphased.malle.example', module='malle-examples-common', version='0.1.0')
)
libraryDependencies += "net.emphased.malle.example" % "malle-examples-common" % "0.1.0"
[net.emphased.malle.example/malle-examples-common "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
net.emphased.malle : malle-core | jar | 0.1.0 |
com.google.code.findbugs : jsr305 Optional | jar | 3.0.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 2.1.0 |
org.codehaus.groovy : groovy-all | jar | 2.4.3 |