Echo Application
Simple echo service app that uses the Polyglotted app launcher
License |
License |
---|---|
GroupId | GroupIdio.polyglotted |
ArtifactId | ArtifactIdecho-app |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEcho App
polyglotted parent pom
|
Project URL |
Project URL |
Project Organization |
Project OrganizationPolyglotted IO |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
echo-app-1.0.0.pom | |
echo-app-1.0.0.jar | 11 KB |
echo-app-1.0.0-sources.jar | 5 KB |
echo-app-1.0.0-javadoc.jar | 53 KB |
echo-app-1.0.0-binary.tar.gz | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/io.polyglotted/echo-app/ -->
<dependency>
<groupId>io.polyglotted</groupId>
<artifactId>echo-app</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.polyglotted/echo-app/
implementation 'io.polyglotted:echo-app:1.0.0'
// https://jarcasting.com/artifacts/io.polyglotted/echo-app/
implementation ("io.polyglotted:echo-app:1.0.0")
'io.polyglotted:echo-app:jar:1.0.0'
<dependency org="io.polyglotted" name="echo-app" rev="1.0.0">
<artifact name="echo-app" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.polyglotted', module='echo-app', version='1.0.0')
)
libraryDependencies += "io.polyglotted" % "echo-app" % "1.0.0"
[io.polyglotted/echo-app "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.polyglotted : app-launcher | jar | 2.0.0 |
com.google.guava : guava | jar | 18.0 |
org.projectlombok : lombok | jar | 1.16.4 |
io.netty : netty-all | jar | 4.0.30.Final |
org.slf4j : slf4j-api | jar | 1.7.12 |
org.springframework : spring-context | jar | 4.2.0.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jcl-over-slf4j | jar | 1.7.12 |
Simple echo service app that uses the Polyglotted app launcher