GroupId | GroupIdcom.m3 |
---|---|
ArtifactId | ArtifactIdmultilane |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
multilane-1.0.0.pom | |
multilane-1.0.0.jar | 18 KB |
multilane-1.0.0-sources.jar | 11 KB |
multilane-1.0.0-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.m3/multilane/ -->
<dependency>
<groupId>com.m3</groupId>
<artifactId>multilane</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.m3/multilane/
implementation 'com.m3:multilane:1.0.0'
// https://jarcasting.com/artifacts/com.m3/multilane/
implementation ("com.m3:multilane:1.0.0")
'com.m3:multilane:jar:1.0.0'
<dependency org="com.m3" name="multilane" rev="1.0.0">
<artifact name="multilane" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.m3', module='multilane', version='1.0.0')
)
libraryDependencies += "com.m3" % "multilane" % "1.0.0"
[com.m3/multilane "1.0.0"]