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