License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.emphased.malle.example |
ArtifactId | ArtifactIdexamples |
Version | Version0.1.0 |
Type | Typepom |
Description |
DescriptionMalle Examples
Examples of Malle usage
|
Filename | Size |
---|---|
examples-0.1.0.pom | 779 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.emphased.malle.example/examples/ -->
<dependency>
<groupId>net.emphased.malle.example</groupId>
<artifactId>examples</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.emphased.malle.example/examples/
implementation 'net.emphased.malle.example:examples:0.1.0'
// https://jarcasting.com/artifacts/net.emphased.malle.example/examples/
implementation ("net.emphased.malle.example:examples:0.1.0")
'net.emphased.malle.example:examples:pom:0.1.0'
<dependency org="net.emphased.malle.example" name="examples" rev="0.1.0">
<artifact name="examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.emphased.malle.example', module='examples', version='0.1.0')
)
libraryDependencies += "net.emphased.malle.example" % "examples" % "0.1.0"
[net.emphased.malle.example/examples "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
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 |