GroupId | GroupIdcom.diffplug.matsim |
---|---|
ArtifactId | ArtifactIdmatfilerw |
Version | Version2.0.0.TRANSITION |
Type | Typejar |
Filename | Size |
---|---|
matfilerw-2.0.0.TRANSITION.pom | |
matfilerw-2.0.0.TRANSITION.jar | 160 KB |
matfilerw-2.0.0.TRANSITION-sources.jar | 113 KB |
matfilerw-2.0.0.TRANSITION-javadoc.jar | 326 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.diffplug.matsim/matfilerw/ -->
<dependency>
<groupId>com.diffplug.matsim</groupId>
<artifactId>matfilerw</artifactId>
<version>2.0.0.TRANSITION</version>
</dependency>
// https://jarcasting.com/artifacts/com.diffplug.matsim/matfilerw/
implementation 'com.diffplug.matsim:matfilerw:2.0.0.TRANSITION'
// https://jarcasting.com/artifacts/com.diffplug.matsim/matfilerw/
implementation ("com.diffplug.matsim:matfilerw:2.0.0.TRANSITION")
'com.diffplug.matsim:matfilerw:jar:2.0.0.TRANSITION'
<dependency org="com.diffplug.matsim" name="matfilerw" rev="2.0.0.TRANSITION">
<artifact name="matfilerw" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.diffplug.matsim', module='matfilerw', version='2.0.0.TRANSITION')
)
libraryDependencies += "com.diffplug.matsim" % "matfilerw" % "2.0.0.TRANSITION"
[com.diffplug.matsim/matfilerw "2.0.0.TRANSITION"]