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