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