GroupId | GroupIdcom.github.nalim2 |
---|---|
ArtifactId | ArtifactIdproto |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
proto-0.1.0.pom | |
proto-0.1.0.jar | 273 KB |
proto-0.1.0-sources.jar | 104 KB |
proto-0.1.0-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.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalim2/proto/
implementation 'com.github.nalim2:proto:0.1.0'
// https://jarcasting.com/artifacts/com.github.nalim2/proto/
implementation ("com.github.nalim2:proto:0.1.0")
'com.github.nalim2:proto:jar:0.1.0'
<dependency org="com.github.nalim2" name="proto" rev="0.1.0">
<artifact name="proto" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nalim2', module='proto', version='0.1.0')
)
libraryDependencies += "com.github.nalim2" % "proto" % "0.1.0"
[com.github.nalim2/proto "0.1.0"]