| GroupId | GroupIdorg.epics |
|---|---|
| ArtifactId | ArtifactIdgraphene-all |
| Version | Version0.3 |
| Type | Typepom |
| Filename | Size |
|---|---|
| graphene-all-0.3.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.epics/graphene-all/ -->
<dependency>
<groupId>org.epics</groupId>
<artifactId>graphene-all</artifactId>
<version>0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.epics/graphene-all/
implementation 'org.epics:graphene-all:0.3'
// https://jarcasting.com/artifacts/org.epics/graphene-all/
implementation ("org.epics:graphene-all:0.3")
'org.epics:graphene-all:pom:0.3'
<dependency org="org.epics" name="graphene-all" rev="0.3">
<artifact name="graphene-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.epics', module='graphene-all', version='0.3')
)
libraryDependencies += "org.epics" % "graphene-all" % "0.3"
[org.epics/graphene-all "0.3"]