is not current version
Last Version 1.4.0

Implicit 1.2.0

Implicit is a runtime code generation library which can be used to generate POJO classes out of interface definitions.

License

License

GroupId

GroupId

one.leftshift.implicit
ArtifactId

ArtifactId

implicit
Version

Version

1.2.0
Type

Type

jar
Description

Description

Implicit
Implicit is a runtime code generation library which can be used to generate POJO classes out of interface definitions.
Project URL

Project URL

https://github.com/leftshiftone/implicit
Source Code Management

Source Code Management

https://github.com/leftshiftone/implicit

Download implicit 1.2.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.41
org.jetbrains.kotlin : kotlin-reflect jar 1.3.41
net.bytebuddy : byte-buddy jar 1.9.12

Project Modules

There are no modules declared in this project.