MVN

com.ibasco.agql : agql-source-log

Maven & Gradle

Apr 28, 2023
114 stars

AGQL - Valve - Source Logging Service · A service which listens to log events of a source based server

<dependency>
    <groupId>com.ibasco.agql</groupId>
    <artifactId>agql-source-log</artifactId>
    <version>1.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ibasco.agql : agql-source-log to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.1

All Versions

Choose a version of com.ibasco.agql : agql-source-log to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
agql-source-log-1.2.1
agql-source-log-1.2.0
1.1.x
agql-source-log-1.1.0
1.0.x
agql-source-log-1.0.8
agql-source-log-1.0.7
agql-source-log-1.0.6
agql-source-log-1.0.5
agql-source-log-1.0.4
agql-source-log-1.0.3
agql-source-log-1.0.2
agql-source-log-1.0.1
agql-source-log-1.0.0

How to add a dependency to Maven

Add the following com.ibasco.agql : agql-source-log maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ibasco.agql</groupId>
    <artifactId>agql-source-log</artifactId>
    <version>1.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ibasco.agql : agql-source-log gradle dependency to your build.gradle file:

implementation 'com.ibasco.agql:agql-source-log:1.2.1'

Gradle Kotlin DSL: Add the following com.ibasco.agql : agql-source-log gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ibasco.agql:agql-source-log:1.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ibasco.agql : agql-source-log sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ibasco.agql" % "agql-source-log" % "1.2.1"

Advertisement