GroupId | GroupIdcom.github.bliplink |
---|---|
ArtifactId | ArtifactIdgateway-ceda |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
gateway-ceda-0.1.1.pom | |
gateway-ceda-0.1.1.jar | 15 KB |
gateway-ceda-0.1.1-sources.jar | 5 KB |
gateway-ceda-0.1.1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bliplink/gateway-ceda/ -->
<dependency>
<groupId>com.github.bliplink</groupId>
<artifactId>gateway-ceda</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bliplink/gateway-ceda/
implementation 'com.github.bliplink:gateway-ceda:0.1.1'
// https://jarcasting.com/artifacts/com.github.bliplink/gateway-ceda/
implementation ("com.github.bliplink:gateway-ceda:0.1.1")
'com.github.bliplink:gateway-ceda:jar:0.1.1'
<dependency org="com.github.bliplink" name="gateway-ceda" rev="0.1.1">
<artifact name="gateway-ceda" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bliplink', module='gateway-ceda', version='0.1.1')
)
libraryDependencies += "com.github.bliplink" % "gateway-ceda" % "0.1.1"
[com.github.bliplink/gateway-ceda "0.1.1"]