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