License |
License |
---|---|
GroupId | GroupIdcom.github.manosbatsis.partiture |
ArtifactId | ArtifactIdpartiture |
Version | Version0.17 |
Type | Typejar |
Description |
Descriptionpartiture
Partiture is a compact component framework for your Corda apps.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
partiture-0.17.pom | |
partiture-0.17.jar | 99 KB |
partiture-0.17-sources.jar | 41 KB |
partiture-0.17-javadoc.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.manosbatsis.partiture/partiture/ -->
<dependency>
<groupId>com.github.manosbatsis.partiture</groupId>
<artifactId>partiture</artifactId>
<version>0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.manosbatsis.partiture/partiture/
implementation 'com.github.manosbatsis.partiture:partiture:0.17'
// https://jarcasting.com/artifacts/com.github.manosbatsis.partiture/partiture/
implementation ("com.github.manosbatsis.partiture:partiture:0.17")
'com.github.manosbatsis.partiture:partiture:jar:0.17'
<dependency org="com.github.manosbatsis.partiture" name="partiture" rev="0.17">
<artifact name="partiture" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.manosbatsis.partiture', module='partiture', version='0.17')
)
libraryDependencies += "com.github.manosbatsis.partiture" % "partiture" % "0.17"
[com.github.manosbatsis.partiture/partiture "0.17"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.2.71 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.2.71 |
net.corda : corda-core | jar | 4.6 |
net.corda : corda-confidential-identities | jar | 4.6 |
net.corda : corda | jar | 4.6 |
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-test | jar | 1.2.71 |
org.junit.jupiter : junit-jupiter-params | jar | 5.3.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.3.2 |
net.corda : corda-node-driver | jar | 4.6 |