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