is not current version
Last Version 1.0.6

com.github.dakusui:osynth 1.0.3

A library to synthesize an object from interfaces dynamically

GroupId

GroupId

com.github.dakusui
ArtifactId

ArtifactId

osynth
Version

Version

1.0.3
Type

Type

jar

Download osynth 1.0.3


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