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