t

twirc-server

A basic Java IRC server intended for tests
https://github.com/Tillerino/twirc
MIT License
Tillmann Gaida
Files download
File Operation
twirc-server-0.0.1.jar download
twirc-server-0.0.1.pom download
twirc-server-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.tillerino.twirc</groupId>
  <artifactId>twirc-server</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.tillerino.twirc:twirc-server:0.0.1'
Gradle Kotlin
implementation("com.github.tillerino.twirc:twirc-server:0.0.1")
Scala SBT
libraryDependencies += "com.github.tillerino.twirc" % "twirc-server" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.tillerino.twirc', module='twirc-server', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.tillerino.twirc" name="twirc-server" rev="0.0.1" />
Leiningen
[com.github.tillerino.twirc/twirc-server "0.0.1"]
Apache Buildr
'com.github.tillerino.twirc:twirc-server:jar:0.0.1'