GroupId | GroupIdorg.apache.metamodel |
---|---|
ArtifactId | ArtifactIdMetaModel-fixedwidth |
Version | Version5.0.1 |
Type | Typejar |
Filename | Size |
---|---|
MetaModel-fixedwidth-5.0.1.pom | |
MetaModel-fixedwidth-5.0.1.jar | 31 KB |
MetaModel-fixedwidth-5.0.1-sources.jar | 24 KB |
MetaModel-fixedwidth-5.0.1-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-fixedwidth/ -->
<dependency>
<groupId>org.apache.metamodel</groupId>
<artifactId>MetaModel-fixedwidth</artifactId>
<version>5.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-fixedwidth/
implementation 'org.apache.metamodel:MetaModel-fixedwidth:5.0.1'
// https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-fixedwidth/
implementation ("org.apache.metamodel:MetaModel-fixedwidth:5.0.1")
'org.apache.metamodel:MetaModel-fixedwidth:jar:5.0.1'
<dependency org="org.apache.metamodel" name="MetaModel-fixedwidth" rev="5.0.1">
<artifact name="MetaModel-fixedwidth" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.metamodel', module='MetaModel-fixedwidth', version='5.0.1')
)
libraryDependencies += "org.apache.metamodel" % "MetaModel-fixedwidth" % "5.0.1"
[org.apache.metamodel/MetaModel-fixedwidth "5.0.1"]