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