r

revelio

Translates SysML Diagrams into OWL Ontology
https://github.com/brunopessanha/OWLRevelio
MIT License
com.github.brunopessanha
Bruno Pessanha
Files download
File Operation
revelio-1.0.3.jar download
revelio-1.0.3.pom download
revelio-1.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.brunopessanha</groupId>
  <artifactId>revelio</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.brunopessanha:revelio:1.0.3'
Gradle Kotlin
implementation("com.github.brunopessanha:revelio:1.0.3")
Scala SBT
libraryDependencies += "com.github.brunopessanha" % "revelio" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.brunopessanha', module='revelio', version='1.0.3')
)
Apache Ivy
<dependency org="com.github.brunopessanha" name="revelio" rev="1.0.3" />
Leiningen
[com.github.brunopessanha/revelio "1.0.3"]
Apache Buildr
'com.github.brunopessanha:revelio:jar:1.0.3'