License |
License |
---|---|
GroupId | GroupIdcom.google.appengine |
ArtifactId | ArtifactIdproto1 |
Last Version | Last Version0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
proto1-0.5.pom | |
proto1-0.5.jar | 4 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.appengine/proto1/ -->
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>proto1</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.appengine/proto1/
implementation 'com.google.appengine:proto1:0.5'
// https://jarcasting.com/artifacts/com.google.appengine/proto1/
implementation ("com.google.appengine:proto1:0.5")
'com.google.appengine:proto1:jar:0.5'
<dependency org="com.google.appengine" name="proto1" rev="0.5">
<artifact name="proto1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.appengine', module='proto1', version='0.5')
)
libraryDependencies += "com.google.appengine" % "proto1" % "0.5"
[com.google.appengine/proto1 "0.5"]