is not current version
Last Version 0.19

com.github.manosbatsis.partiture:partiture 0.13

Partiture is a compact component framework for your Corda apps.

GroupId

GroupId

com.github.manosbatsis.partiture
ArtifactId

ArtifactId

partiture
Version

Version

0.13
Type

Type

jar

Download partiture 0.13


<!-- https://jarcasting.com/artifacts/com.github.manosbatsis.partiture/partiture/ -->
<dependency>
    <groupId>com.github.manosbatsis.partiture</groupId>
    <artifactId>partiture</artifactId>
    <version>0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.manosbatsis.partiture/partiture/
implementation 'com.github.manosbatsis.partiture:partiture:0.13'
// https://jarcasting.com/artifacts/com.github.manosbatsis.partiture/partiture/
implementation ("com.github.manosbatsis.partiture:partiture:0.13")
'com.github.manosbatsis.partiture:partiture:jar:0.13'
<dependency org="com.github.manosbatsis.partiture" name="partiture" rev="0.13">
  <artifact name="partiture" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.manosbatsis.partiture', module='partiture', version='0.13')
)
libraryDependencies += "com.github.manosbatsis.partiture" % "partiture" % "0.13"
[com.github.manosbatsis.partiture/partiture "0.13"]