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