| GroupId | GroupIdcom.github.pheymann |
|---|---|
| ArtifactId | ArtifactIdtypedapi-server_2.11 |
| Version | Version0.1.0-RC3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.pheymann/typedapi-server_2.11/ -->
<dependency>
<groupId>com.github.pheymann</groupId>
<artifactId>typedapi-server_2.11</artifactId>
<version>0.1.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pheymann/typedapi-server_2.11/
implementation 'com.github.pheymann:typedapi-server_2.11:0.1.0-RC3'
// https://jarcasting.com/artifacts/com.github.pheymann/typedapi-server_2.11/
implementation ("com.github.pheymann:typedapi-server_2.11:0.1.0-RC3")
'com.github.pheymann:typedapi-server_2.11:jar:0.1.0-RC3'
<dependency org="com.github.pheymann" name="typedapi-server_2.11" rev="0.1.0-RC3">
<artifact name="typedapi-server_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pheymann', module='typedapi-server_2.11', version='0.1.0-RC3')
)
libraryDependencies += "com.github.pheymann" % "typedapi-server_2.11" % "0.1.0-RC3"
[com.github.pheymann/typedapi-server_2.11 "0.1.0-RC3"]