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