GroupId | GroupIdio.github.expertflow |
---|---|
ArtifactId | ArtifactIdobjectmodel |
Version | Version1.5.8 |
Type | Typejar |
Filename | Size |
---|---|
objectmodel-1.5.8.pom | |
objectmodel-1.5.8.jar | 95 KB |
objectmodel-1.5.8-sources.jar | 53 KB |
objectmodel-1.5.8-javadoc.jar | 522 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.expertflow/objectmodel/ -->
<dependency>
<groupId>io.github.expertflow</groupId>
<artifactId>objectmodel</artifactId>
<version>1.5.8</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.expertflow/objectmodel/
implementation 'io.github.expertflow:objectmodel:1.5.8'
// https://jarcasting.com/artifacts/io.github.expertflow/objectmodel/
implementation ("io.github.expertflow:objectmodel:1.5.8")
'io.github.expertflow:objectmodel:jar:1.5.8'
<dependency org="io.github.expertflow" name="objectmodel" rev="1.5.8">
<artifact name="objectmodel" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.expertflow', module='objectmodel', version='1.5.8')
)
libraryDependencies += "io.github.expertflow" % "objectmodel" % "1.5.8"
[io.github.expertflow/objectmodel "1.5.8"]