Categories |
CategoriesIDE Development Tools Jetty Container Application Servers |
---|---|
GroupId | GroupIdcom.github.demidenko05 |
ArtifactId | ArtifactIda-jetty-swing |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
a-jetty-swing-1.0.2.pom | |
a-jetty-swing-1.0.2.jar | 20 KB |
a-jetty-swing-1.0.2-sources.jar | 14 KB |
a-jetty-swing-1.0.2-javadoc.jar | 52 KB |
a-jetty-swing-1.0.2-jar-with-dependencies.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.demidenko05/a-jetty-swing/ -->
<dependency>
<groupId>com.github.demidenko05</groupId>
<artifactId>a-jetty-swing</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.demidenko05/a-jetty-swing/
implementation 'com.github.demidenko05:a-jetty-swing:1.0.2'
// https://jarcasting.com/artifacts/com.github.demidenko05/a-jetty-swing/
implementation ("com.github.demidenko05:a-jetty-swing:1.0.2")
'com.github.demidenko05:a-jetty-swing:jar:1.0.2'
<dependency org="com.github.demidenko05" name="a-jetty-swing" rev="1.0.2">
<artifact name="a-jetty-swing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.demidenko05', module='a-jetty-swing', version='1.0.2')
)
libraryDependencies += "com.github.demidenko05" % "a-jetty-swing" % "1.0.2"
[com.github.demidenko05/a-jetty-swing "1.0.2"]