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