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