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