Categories |
CategoriesSearch Business Logic Libraries |
---|---|
GroupId | GroupIdcom.ge.research.semtk |
ArtifactId | ArtifactIdsparqlGraphIngestionService |
Version | Version2.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.ge.research.semtk/sparqlGraphIngestionService/ -->
<dependency>
<groupId>com.ge.research.semtk</groupId>
<artifactId>sparqlGraphIngestionService</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ge.research.semtk/sparqlGraphIngestionService/
implementation 'com.ge.research.semtk:sparqlGraphIngestionService:2.2.1'
// https://jarcasting.com/artifacts/com.ge.research.semtk/sparqlGraphIngestionService/
implementation ("com.ge.research.semtk:sparqlGraphIngestionService:2.2.1")
'com.ge.research.semtk:sparqlGraphIngestionService:jar:2.2.1'
<dependency org="com.ge.research.semtk" name="sparqlGraphIngestionService" rev="2.2.1">
<artifact name="sparqlGraphIngestionService" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ge.research.semtk', module='sparqlGraphIngestionService', version='2.2.1')
)
libraryDependencies += "com.ge.research.semtk" % "sparqlGraphIngestionService" % "2.2.1"
[com.ge.research.semtk/sparqlGraphIngestionService "2.2.1"]