License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.netflix.pytheas |
ArtifactId | ArtifactIdpytheas-helloworld |
Version | Version1.29.1 |
Type | Typewar |
Description |
Descriptionpytheas-helloworld
pytheas-helloworld
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
pytheas-helloworld-1.29.1.pom | |
pytheas-helloworld-1.29.1.war | 15 MB |
pytheas-helloworld-1.29.1-sources.jar | 10 KB |
pytheas-helloworld-1.29.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.pytheas/pytheas-helloworld/ -->
<dependency>
<groupId>com.netflix.pytheas</groupId>
<artifactId>pytheas-helloworld</artifactId>
<version>1.29.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.pytheas/pytheas-helloworld/
implementation 'com.netflix.pytheas:pytheas-helloworld:1.29.1'
// https://jarcasting.com/artifacts/com.netflix.pytheas/pytheas-helloworld/
implementation ("com.netflix.pytheas:pytheas-helloworld:1.29.1")
'com.netflix.pytheas:pytheas-helloworld:war:1.29.1'
<dependency org="com.netflix.pytheas" name="pytheas-helloworld" rev="1.29.1">
<artifact name="pytheas-helloworld" type="war" />
</dependency>
@Grapes(
@Grab(group='com.netflix.pytheas', module='pytheas-helloworld', version='1.29.1')
)
libraryDependencies += "com.netflix.pytheas" % "pytheas-helloworld" % "1.29.1"
[com.netflix.pytheas/pytheas-helloworld "1.29.1"]