GroupId | GroupIdcom.github.dakusui |
---|---|
ArtifactId | ArtifactIdosynth |
Version | Version1.0.5 |
Type | Typejar |
Filename | Size |
---|---|
osynth-1.0.5.pom | |
osynth-1.0.5.jar | 34 KB |
osynth-1.0.5-sources.jar | 13 KB |
osynth-1.0.5-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dakusui/osynth/ -->
<dependency>
<groupId>com.github.dakusui</groupId>
<artifactId>osynth</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/osynth/
implementation 'com.github.dakusui:osynth:1.0.5'
// https://jarcasting.com/artifacts/com.github.dakusui/osynth/
implementation ("com.github.dakusui:osynth:1.0.5")
'com.github.dakusui:osynth:jar:1.0.5'
<dependency org="com.github.dakusui" name="osynth" rev="1.0.5">
<artifact name="osynth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='osynth', version='1.0.5')
)
libraryDependencies += "com.github.dakusui" % "osynth" % "1.0.5"
[com.github.dakusui/osynth "1.0.5"]