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