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