GroupId | GroupIdorg.eobjects.metamodel |
---|---|
ArtifactId | ArtifactIdMetaModel-fixedwidth |
Version | Version2.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eobjects.metamodel/MetaModel-fixedwidth/ -->
<dependency>
<groupId>org.eobjects.metamodel</groupId>
<artifactId>MetaModel-fixedwidth</artifactId>
<version>2.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eobjects.metamodel/MetaModel-fixedwidth/
implementation 'org.eobjects.metamodel:MetaModel-fixedwidth:2.0-RC2'
// https://jarcasting.com/artifacts/org.eobjects.metamodel/MetaModel-fixedwidth/
implementation ("org.eobjects.metamodel:MetaModel-fixedwidth:2.0-RC2")
'org.eobjects.metamodel:MetaModel-fixedwidth:jar:2.0-RC2'
<dependency org="org.eobjects.metamodel" name="MetaModel-fixedwidth" rev="2.0-RC2">
<artifact name="MetaModel-fixedwidth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eobjects.metamodel', module='MetaModel-fixedwidth', version='2.0-RC2')
)
libraryDependencies += "org.eobjects.metamodel" % "MetaModel-fixedwidth" % "2.0-RC2"
[org.eobjects.metamodel/MetaModel-fixedwidth "2.0-RC2"]