is not current version
Last Version 0.19

com.github.manosbatsis.partiture:partiture 0.14

Partiture is a compact component framework for your Corda apps.

GroupId

GroupId

com.github.manosbatsis.partiture
ArtifactId

ArtifactId

partiture
Version

Version

0.14
Type

Type

jar

Download partiture 0.14


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