| Categories |
CategoriesReact User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.modelfabric |
| ArtifactId | ArtifactIdreactive-sparql_2.12 |
| Version | Version0.2.12 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.modelfabric/reactive-sparql_2.12/ -->
<dependency>
<groupId>org.modelfabric</groupId>
<artifactId>reactive-sparql_2.12</artifactId>
<version>0.2.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.modelfabric/reactive-sparql_2.12/
implementation 'org.modelfabric:reactive-sparql_2.12:0.2.12'
// https://jarcasting.com/artifacts/org.modelfabric/reactive-sparql_2.12/
implementation ("org.modelfabric:reactive-sparql_2.12:0.2.12")
'org.modelfabric:reactive-sparql_2.12:jar:0.2.12'
<dependency org="org.modelfabric" name="reactive-sparql_2.12" rev="0.2.12">
<artifact name="reactive-sparql_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.modelfabric', module='reactive-sparql_2.12', version='0.2.12')
)
libraryDependencies += "org.modelfabric" % "reactive-sparql_2.12" % "0.2.12"
[org.modelfabric/reactive-sparql_2.12 "0.2.12"]