is not current version
Last Version 1.0.6

com.github.dakusui:osynth 1.0.4

A library to synthesize an object from interfaces dynamically

GroupId

GroupId

com.github.dakusui
ArtifactId

ArtifactId

osynth
Version

Version

1.0.4
Type

Type

jar

Download osynth 1.0.4


<!-- https://jarcasting.com/artifacts/com.github.dakusui/osynth/ -->
<dependency>
    <groupId>com.github.dakusui</groupId>
    <artifactId>osynth</artifactId>
    <version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/osynth/
implementation 'com.github.dakusui:osynth:1.0.4'
// https://jarcasting.com/artifacts/com.github.dakusui/osynth/
implementation ("com.github.dakusui:osynth:1.0.4")
'com.github.dakusui:osynth:jar:1.0.4'
<dependency org="com.github.dakusui" name="osynth" rev="1.0.4">
  <artifact name="osynth" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='osynth', version='1.0.4')
)
libraryDependencies += "com.github.dakusui" % "osynth" % "1.0.4"
[com.github.dakusui/osynth "1.0.4"]