License |
License |
---|---|
Categories |
CategoriesNet ORM Data |
GroupId | GroupIdnet.corda.plugins |
ArtifactId | ArtifactIdcordformation |
Last Version | Last Version4.0.42 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncordformation
A small gradle plugin for adding some basic Quasar tasks and configurations to reduce build.gradle bloat.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
cordformation-4.0.42.pom | |
cordformation-4.0.42.jar | 1 MB |
cordformation-4.0.42-sources.jar | 17 KB |
cordformation-4.0.42-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.corda.plugins/cordformation/ -->
<dependency>
<groupId>net.corda.plugins</groupId>
<artifactId>cordformation</artifactId>
<version>4.0.42</version>
</dependency>
// https://jarcasting.com/artifacts/net.corda.plugins/cordformation/
implementation 'net.corda.plugins:cordformation:4.0.42'
// https://jarcasting.com/artifacts/net.corda.plugins/cordformation/
implementation ("net.corda.plugins:cordformation:4.0.42")
'net.corda.plugins:cordformation:jar:4.0.42'
<dependency org="net.corda.plugins" name="cordformation" rev="4.0.42">
<artifact name="cordformation" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.corda.plugins', module='cordformation', version='4.0.42')
)
libraryDependencies += "net.corda.plugins" % "cordformation" % "4.0.42"
[net.corda.plugins/cordformation "4.0.42"]
Group / Artifact | Type | Version |
---|---|---|
net.corda.plugins : cordapp | jar | 4.0.42 |
commons-io : commons-io | jar | 2.6 |
com.typesafe : config | jar | 1.3.1 |
org.yaml : snakeyaml | jar | 1.19 |