Hi guys, Feel like I’m being dumb, but for some r...
# klaxon
j
Hi guys, Feel like I’m being dumb, but for some reason I cannot bring in this library via maven. Attempting to use the following in my
<dependencies>
section in my pom:
Copy code
<dependency>
			<groupId>com.beust</groupId>
			<artifactId>klaxon</artifactId>
			<version>5.0.12</version>
			<type>pom</type>
		</dependency>
I’m very new to maven, kotlin, and all things of this stack - so apologies if this is a dumb question!