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