Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.datatransferproject |
ArtifactId | ArtifactIdportability-types-transfer |
Version | Version0.1.6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.datatransferproject/portability-types-transfer/ -->
<dependency>
<groupId>org.datatransferproject</groupId>
<artifactId>portability-types-transfer</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.datatransferproject/portability-types-transfer/
implementation 'org.datatransferproject:portability-types-transfer:0.1.6'
// https://jarcasting.com/artifacts/org.datatransferproject/portability-types-transfer/
implementation ("org.datatransferproject:portability-types-transfer:0.1.6")
'org.datatransferproject:portability-types-transfer:jar:0.1.6'
<dependency org="org.datatransferproject" name="portability-types-transfer" rev="0.1.6">
<artifact name="portability-types-transfer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.datatransferproject', module='portability-types-transfer', version='0.1.6')
)
libraryDependencies += "org.datatransferproject" % "portability-types-transfer" % "0.1.6"
[org.datatransferproject/portability-types-transfer "0.1.6"]