GroupId | GroupIdcom.github.nalim2 |
---|---|
ArtifactId | ArtifactIdproto |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
proto-0.1.1.pom | |
proto-0.1.1.jar | 313 KB |
proto-0.1.1-sources.jar | 115 KB |
proto-0.1.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nalim2/proto/ -->
<dependency>
<groupId>com.github.nalim2</groupId>
<artifactId>proto</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalim2/proto/
implementation 'com.github.nalim2:proto:0.1.1'
// https://jarcasting.com/artifacts/com.github.nalim2/proto/
implementation ("com.github.nalim2:proto:0.1.1")
'com.github.nalim2:proto:jar:0.1.1'
<dependency org="com.github.nalim2" name="proto" rev="0.1.1">
<artifact name="proto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nalim2', module='proto', version='0.1.1')
)
libraryDependencies += "com.github.nalim2" % "proto" % "0.1.1"
[com.github.nalim2/proto "0.1.1"]